home *** CD-ROM | disk | FTP | other *** search
-
- IntuiCalc_MUI V1.1
- ==================
-
-
- Legal stuff
- ===========
-
- IntuiCalc is FreeWare, all rights reserved.
- The author undertakes not liability for any dammage caused by this
- program.
-
- USE IT AT YOUR OWN RISK !!
-
- IntuiCalc may be freely copied. It is allowed to upload the program to any
- mailbox, add it on PD-Disks or include it on PD-CD's.
-
-
- IntuiCalc is a MUI application. MUI is (c) by Stefan Stuntz. Look at
- Readme.MUI for registration.
-
-
- !!!
- MUI is not part of this archive. You have to get MUI elsewhere.
- Read Readme.MUI !
- !!!
-
-
-
-
- Introduction
- ============
-
- IntuiCalc is a calculator similar to that on the Workbench-disk.
- IntuiCalc knows the usual functions (i.e. sinh). Instead of most other
- calculators, you have to enter the whole function (as a string) first.
-
-
- What you need
- =============
-
- IntuiCalc uses MUI, so you NEED Kickstart/Workbench 2.04 or higher and
- a copy of MUI.
- To make the Code small, IntuiCalc uses the functions of mtool.library.
- So you should have one copy in LIBS:. You also need the both mathieee#?libs
- in LIBS:
-
-
- How to use
- ==========
-
- After starting the program, a window should appear.
- In the window are
-
- - a big stringgadget
- - some lines of gadgets with different sizes.
-
- By clicking on a gadget, the gadgettext is added to the end of the text
- in the stringgadget. Only three gadgets behave different (in () the key
- you can use instead):
-
- - "<=" deletes the last character (backspace)
- - "CLR" deletes the text in the stringgadget
- - "=" calculates the result and shows it. ("=", Return)
-
- The result of the last calculation is saved in "x". You can use it in the
- next function via "ANS".
-
- You can enter functions up to 490 characters. You should only type lower
- characters.
-
-
- Some Options
- ============
-
- "M IN" and "M+" is identical to "=","M IN" or "=","M+". To clear the
- memory, enter a 0 and use "M IN".
-
- The stringgadget is cleared after a calculation just before the next action
- is done.
-
- HELP activates an ABOUT-requester.
-
- Errormessages
- =============
-
- IntuiCalc detects some errors:
-
- - brace mismatch. There must be a ")" vor each "(". Some functions (sin)
- automatically add a "(". YOU must add the ")".
- - "There was an error". Well, you did something wrong, i.e. sqr(-1) or so.
-
-
-
-
- My address
- ==========
-
- If you have hints, bug-reports, money or anything like this for me, you can
- reach me via:
-
- Ruediger Dreier
- Gustav-Winkler-Str. 40
- D-33699 Bielefeld
- Germany
-
- I can be reached via email:
-
- ruediger.dreier@dave.hrz.uni-bielefeld.de
-
-
- The address of Stefan Stuntz is in Readme.MUI.
-
-
-